home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TFRMTOOLBARSETUP / TFRMTOOLBARSETUP.txt
Text File  |  2007-06-06  |  8KB  |  309 lines

  1. object frmToolbarSetup: TfrmToolbarSetup
  2.   Left = 300
  3.   Top = 287
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize Toolbar'
  7.   ClientHeight = 259
  8.   ClientWidth = 497
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pnlSections: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 497
  22.     Height = 259
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object lblAvailable: TElLabel
  27.       Left = 8
  28.       Top = 9
  29.       Width = 116
  30.       Height = 13
  31.       Caption = 'A&vailable toolbar buttons'
  32.       Transparent = False
  33.     end
  34.     object lblVisible: TElLabel
  35.       Left = 250
  36.       Top = 9
  37.       Width = 107
  38.       Height = 13
  39.       Caption = '&Current toolbar buttons'
  40.       Transparent = False
  41.     end
  42.     object TextOptionsLabel: TElLabel
  43.       Left = 8
  44.       Top = 208
  45.       Width = 58
  46.       Height = 13
  47.       Caption = 'Te&xt options'
  48.       Transparent = False
  49.     end
  50.     object IconOptionsLabel: TElLabel
  51.       Left = 8
  52.       Top = 236
  53.       Width = 61
  54.       Height = 13
  55.       Caption = 'Ico&n options:'
  56.       Transparent = False
  57.     end
  58.     object btnAdd: TElPopupButton
  59.       Left = 166
  60.       Top = 82
  61.       Width = 75
  62.       Height = 23
  63.       Cursor = crDefault
  64.       ImageIndex = 0
  65.       DrawDefaultFrame = False
  66.       LinkStyle = [fsUnderline]
  67.       NumGlyphs = 1
  68.       ShowFocus = False
  69.       Caption = '&Add ->'
  70.       TabStop = False
  71.       TabOrder = 1
  72.       Color = clBtnFace
  73.       ParentColor = False
  74.       OnClick = btnAddClick
  75.     end
  76.     object btnDelete: TElPopupButton
  77.       Left = 166
  78.       Top = 111
  79.       Width = 75
  80.       Height = 23
  81.       Cursor = crDefault
  82.       ImageIndex = 0
  83.       DrawDefaultFrame = False
  84.       LinkStyle = [fsUnderline]
  85.       NumGlyphs = 1
  86.       ShowFocus = False
  87.       Caption = '<- &Remove'
  88.       Enabled = False
  89.       TabStop = False
  90.       TabOrder = 2
  91.       Color = clBtnFace
  92.       ParentColor = False
  93.       OnClick = btnDeleteClick
  94.     end
  95.     object btnUp: TElPopupButton
  96.       Left = 415
  97.       Top = 82
  98.       Width = 75
  99.       Height = 23
  100.       Cursor = crDefault
  101.       ImageIndex = 0
  102.       DrawDefaultFrame = False
  103.       LinkStyle = [fsUnderline]
  104.       NumGlyphs = 1
  105.       ShowFocus = False
  106.       Caption = 'Move &Up'
  107.       Enabled = False
  108.       TabStop = False
  109.       TabOrder = 4
  110.       Color = clBtnFace
  111.       ParentColor = False
  112.       OnClick = btnUpClick
  113.     end
  114.     object btnDown: TElPopupButton
  115.       Left = 415
  116.       Top = 119
  117.       Width = 75
  118.       Height = 23
  119.       Cursor = crDefault
  120.       ImageIndex = 0
  121.       DrawDefaultFrame = False
  122.       LinkStyle = [fsUnderline]
  123.       NumGlyphs = 1
  124.       ShowFocus = False
  125.       Caption = 'Move &Down'
  126.       Enabled = False
  127.       TabStop = False
  128.       TabOrder = 5
  129.       Color = clBtnFace
  130.       ParentColor = False
  131.       OnClick = btnDownClick
  132.     end
  133.     object btnOk: TElPopupButton
  134.       Left = 415
  135.       Top = 9
  136.       Width = 75
  137.       Height = 23
  138.       Cursor = crDefault
  139.       ImageIndex = 0
  140.       DrawDefaultFrame = False
  141.       Default = True
  142.       ModalResult = 1
  143.       LinkStyle = [fsUnderline]
  144.       NumGlyphs = 1
  145.       ShowFocus = False
  146.       Caption = 'OK'
  147.       TabOrder = 8
  148.       Color = clBtnFace
  149.       ParentColor = False
  150.     end
  151.     object btnCancel: TElPopupButton
  152.       Left = 415
  153.       Top = 38
  154.       Width = 75
  155.       Height = 23
  156.       Cursor = crDefault
  157.       ImageIndex = 0
  158.       DrawDefaultFrame = False
  159.       Cancel = True
  160.       ModalResult = 2
  161.       LinkStyle = [fsUnderline]
  162.       NumGlyphs = 1
  163.       ShowFocus = False
  164.       Caption = 'Cancel'
  165.       TabOrder = 9
  166.       Color = clBtnFace
  167.       ParentColor = False
  168.     end
  169.     object lbxAvailable: TElListBox
  170.       Left = 6
  171.       Top = 24
  172.       Width = 151
  173.       Height = 172
  174.       AllowGrayed = False
  175.       IncrementalSearchTimeout = 0
  176.       ItemHeight = 13
  177.       ItemIndex = -1
  178.       ActiveBorderType = fbtFlat
  179.       Flat = True
  180.       SelectedFont.Charset = DEFAULT_CHARSET
  181.       SelectedFont.Color = clHighlightText
  182.       SelectedFont.Height = -11
  183.       SelectedFont.Name = 'MS Sans Serif'
  184.       SelectedFont.Style = []
  185.       OnClick = FormShow
  186.       OnDblClick = btnAddClick
  187.       OnDragDrop = lbxAvailableDragDrop
  188.       OnDragOver = lbxAvailableDragOver
  189.       OnEnter = lbxAvailableEnter
  190.       OnExit = FormShow
  191.       OnMouseDown = lbxAvailableMouseDown
  192.       TabOrder = 0
  193.       HorzScrollBarStyles.ActiveFlat = False
  194.       HorzScrollBarStyles.Width = 17
  195.       HorzScrollBarStyles.OwnerDraw = False
  196.       VertScrollBarStyles.ActiveFlat = False
  197.       VertScrollBarStyles.Width = 17
  198.       VertScrollBarStyles.OwnerDraw = False
  199.     end
  200.     object lbxVisible: TElListBox
  201.       Left = 250
  202.       Top = 24
  203.       Width = 151
  204.       Height = 172
  205.       AllowGrayed = False
  206.       IncrementalSearchTimeout = 0
  207.       ItemHeight = 13
  208.       ItemIndex = -1
  209.       ActiveBorderType = fbtFlat
  210.       Flat = True
  211.       SelectedFont.Charset = DEFAULT_CHARSET
  212.       SelectedFont.Color = clHighlightText
  213.       SelectedFont.Height = -11
  214.       SelectedFont.Name = 'MS Sans Serif'
  215.       SelectedFont.Style = []
  216.       OnClick = FormShow
  217.       OnDblClick = btnDeleteClick
  218.       OnDragDrop = lbxVisibleDragDrop
  219.       OnDragOver = lbxVisibleDragOver
  220.       OnEnter = lbxVisibleEnter
  221.       OnExit = FormShow
  222.       OnMouseDown = lbxVisibleMouseDown
  223.       TabOrder = 3
  224.       HorzScrollBarStyles.ActiveFlat = False
  225.       HorzScrollBarStyles.Width = 17
  226.       HorzScrollBarStyles.OwnerDraw = False
  227.       VertScrollBarStyles.ActiveFlat = False
  228.       VertScrollBarStyles.Width = 17
  229.       VertScrollBarStyles.OwnerDraw = False
  230.     end
  231.     object TextOptionsCombo: TElComboBox
  232.       Left = 88
  233.       Top = 205
  234.       Width = 153
  235.       Height = 21
  236.       Cursor = crIBeam
  237.       ButtonArrowColor = clBlack
  238.       Items.Strings = (
  239.         'Show text labels'
  240.         'No text labels')
  241.       ItemHeight = 13
  242.       VertScrollBarStyles.ActiveFlat = False
  243.       VertScrollBarStyles.Width = 17
  244.       VertScrollBarStyles.OwnerDraw = False
  245.       HorzScrollBarStyles.ActiveFlat = False
  246.       HorzScrollBarStyles.Width = 17
  247.       HorzScrollBarStyles.OwnerDraw = False
  248.       AutoHistory = False
  249.       AutoHistoryDirection = ahdFirst
  250.       AutoHistoryLimit = 25
  251.       TopMargin = 2
  252.       RightMargin = 1
  253.       ReadOnly = True
  254.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  255.       Flat = True
  256.       ActiveBorderType = fbtFlat
  257.       LineBorderActiveColor = clBlack
  258.       LineBorderInactiveColor = clBlack
  259.       ButtonShortcut = 0
  260.       ButtonWidth = 15
  261.       AltButtonNumGlyphs = 1
  262.       AltButtonPopupPlace = ppDown
  263.       AltButtonShortcut = 0
  264.       AltButtonWidth = 13
  265.       BorderStyle = bsSingle
  266.       TabOrder = 6
  267.       ParentColor = False
  268.     end
  269.     object IconOptionsCombo: TElComboBox
  270.       Left = 88
  271.       Top = 233
  272.       Width = 153
  273.       Height = 21
  274.       Cursor = crIBeam
  275.       ButtonArrowColor = clBlack
  276.       Items.Strings = (
  277.         'Small Icons'
  278.         'Large Icons')
  279.       ItemHeight = 13
  280.       VertScrollBarStyles.ActiveFlat = False
  281.       VertScrollBarStyles.Width = 17
  282.       VertScrollBarStyles.OwnerDraw = False
  283.       HorzScrollBarStyles.ActiveFlat = False
  284.       HorzScrollBarStyles.Width = 17
  285.       HorzScrollBarStyles.OwnerDraw = False
  286.       AutoHistory = False
  287.       AutoHistoryDirection = ahdFirst
  288.       AutoHistoryLimit = 25
  289.       TopMargin = 2
  290.       RightMargin = 1
  291.       ReadOnly = True
  292.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  293.       Flat = True
  294.       ActiveBorderType = fbtFlat
  295.       LineBorderActiveColor = clBlack
  296.       LineBorderInactiveColor = clBlack
  297.       ButtonShortcut = 0
  298.       ButtonWidth = 15
  299.       AltButtonNumGlyphs = 1
  300.       AltButtonPopupPlace = ppDown
  301.       AltButtonShortcut = 0
  302.       AltButtonWidth = 13
  303.       BorderStyle = bsSingle
  304.       TabOrder = 7
  305.       ParentColor = False
  306.     end
  307.   end
  308. end
  309.